home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMIBEST4.ADF / CLI Information / Ed Commands < prev    next >
Internet Message Format  |  1987-07-22  |  4KB

  1. From uwvax!harvard!cmcl2!philabs!sbcs!bnl44!slb Thu Dec  5 14:38:57 1985
  2. Relay-Version: version B 2.10.2 9/18/84; site puff.UUCP
  3. Posting-Version: version B 2.10.2 9/18/84; site bnl44.UUCP
  4. Path: puff!uwvax!harvard!cmcl2!philabs!sbcs!bnl44!slb
  5. From: slb@bnl44.UUCP (San Barr lying around @ The Beach (slb @ Brookhaven Nat. Labs, L.I.))
  6. Newsgroups: net.micro.amiga
  7. Subject: Re: ED Commands (full listing with book reference)
  8. Message-ID: <1027@bnl44.UUCP>
  9. Date: 5 Dec 85 20:38:57 GMT
  10. Date-Received: 18 Dec 85 02:09:18 GMT
  11. References: <581@caip.RUTGERS.EDU>
  12. Lines: 90
  13.  
  14. This listing of Ed commands comes from a pre-published release of
  15. Bantam Books' "AmigaDOS User's Manual".  I don't know when the official
  16. publication is but it's in a series of three VERY worthwhile books.
  17.  
  18. "AmigaDOS User's Manual" - Covers All DOS commands, along with ED and EDIT
  19.  
  20. "AmigaDOS Technical Reference Manual" - Everything you ever wanted to 
  21.                                         know about the Filing System,
  22.                                         Binary File Structure, AmigaDOS
  23.                                         Data structure, and DISKED.
  24.  
  25. "AmigaDOS Developer's Manual" - How to call DOS commands from "c",
  26.                                 The macro assembler, and ALINK
  27.                                 The linker.
  28.  
  29. --------ED IMMEDIATE COMMANDS LIST--------
  30. CTRL-A          Insert line
  31. CTRL-B          Delete line
  32. CTRL-D          Scroll text down
  33. CTRL-E          Move to top or bottom of screen
  34. CTRL-F          Flip case
  35. CTRL-G          Repeat last "extended command" line
  36. CTRL-H          Delete character left of cursor (BACKSPACE)
  37. CTRL-I          Move cursor to next tab position
  38. CTRL-M          Return
  39. CTRL-O          Delete word or spaces
  40. CTRL-R          Cursor to end of previous word
  41. CTRL-T          Cursor to start of next word
  42. CTRL-U          Scroll text up
  43. CTRL-V          Verify Screen
  44. CTRL-Y          Delete to end of line
  45. CTRL-[          Escape (enter extended mode)
  46. CTRL-]          Cursor to end or start of line
  47.  
  48.  
  49. --------ED EXTENDED COMMANDS LIST-------
  50. Precede all commands with the <ESC> key.
  51.  
  52. In the list, /s/ indicates a string, /s/t/ indicates two exchange strings,
  53. and n indicates a number.
  54.  
  55. A /s/           Insert line after current.
  56. B               Move to bottom of file.
  57. BE              Block end at cursor
  58. BF /s/          Backwards find
  59. BS              Block start at cursor
  60. CE              Move cursor to end of line
  61. CL              Move cursor one position left
  62. CR              Move cursor one position right
  63. CS              Move cursor to start of line
  64. D               Delete current line
  65. DB              Delete block
  66. DC              Delete character at cursor
  67. E /s/t/         Exchange s into t
  68. EQ /s/t         Exchange but query first
  69. EX              Extended right margin
  70. F /s/           Find string /s/
  71. I /s/           Insert line before current
  72. IB              Insert copy of block
  73. IF /s/          Insert file s
  74. J               Join current line with next
  75. LC              Distinguish between UPPER/lower in searches
  76. M n             Move to line number n
  77. N               Move to start of next line
  78. P               Move to start of previous line
  79. Q               Quit without saving text
  80. RP              Repeat until error
  81. S               Split line at cursor
  82. SA              Save text to file
  83. SB              Show block on screen
  84. SH              Show information
  85. SL n            Set left margin
  86. SR n            Set right margin
  87. ST n            Set tab distance
  88. T               Move to top of file
  89. U               Undo changes on current line
  90. UC              Equate UPPERCASE and lowercase in searches
  91. WB /s/          Write block to file s
  92. X               Exit and save text
  93.  
  94. -- 
  95.              Sanford L. Barr             | Voice phone: (516) 736-4155
  96. Famous designer of the Write Only Memory.| Address (USnail):
  97.             --             --            |
  98.   ..!decvax!mcnc!philabs!sbcs!bnl44!slb  | Almagmated Tech.
  99.            ...slb@bnl44.ARPA             | 39 Royalston La.
  100.            ...slb@bnl44.UUCP             | S. Setauket, N.Y. 11720
  101.            ...slb@bnl44.bitnet           | ATTN: Sanford L. Barr
  102. -----------------------------------------------------------------------
  103.  "Did you exchange a walk-on part in a war for a lead role in a cage?"
  104.  
  105.  
  106.